runtime.TypeAssertionError._interface (field)

3 uses

	runtime (current package)
		error.go#L25: 	_interface    *_type
		error.go#L35: 	if e._interface != nil {
		error.go#L36: 		inter = toRType(e._interface).string()